Uses of Interface
org.eclipse.vtp.desktop.projects.core.IMediaResource

Packages that use IMediaResource
org.eclipse.vtp.desktop.projects.core   
org.eclipse.vtp.desktop.projects.core.internals   
org.eclipse.vtp.desktop.projects.voice   
org.eclipse.vtp.desktop.projects.voice.internals   
 

Uses of IMediaResource in org.eclipse.vtp.desktop.projects.core
 

Subinterfaces of IMediaResource in org.eclipse.vtp.desktop.projects.core
 interface IGrammarFile
          This interface represents an input recognition grammar file rosource.
 interface IMediaFile
          This abstract interface represents a generic media file resource.
 interface IMediaFolder
          This interface represents a user created folder below the media files folder of persona projects and brands in application projects.
 

Uses of IMediaResource in org.eclipse.vtp.desktop.projects.core.internals
 

Classes in org.eclipse.vtp.desktop.projects.core.internals that implement IMediaResource
 class GrammarFile
          This is a concrete implementation of IGrammarFile and provides the default behavior of that interface.
 class MediaFile
          This is a concrete implementation of IMediaFile and provides the default behavior of that interface.
 class MediaFolder
          This is a concrete implementation of IMediaFilesFolder and provides the default behavior of that interface.
 class MediaResource
          This is a concrete implementation of IMediaResource and provides the default behavior of that interface.
 

Uses of IMediaResource in org.eclipse.vtp.desktop.projects.voice
 

Subinterfaces of IMediaResource in org.eclipse.vtp.desktop.projects.voice
 interface IAudioFile
          This interface represents an audio file resource of either an application or persona project.
 

Uses of IMediaResource in org.eclipse.vtp.desktop.projects.voice.internals
 

Classes in org.eclipse.vtp.desktop.projects.voice.internals that implement IMediaResource
 class AudioFile
          This is a concrete implementation of IAudioFile and provides the default behavior of that interface.